From: Eli Zaretskii Date: Thu, 1 May 2025 18:02:39 +0000 (+0300) Subject: ; * lisp/international/mule.el (define-coding-system): Doc fix. X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~107 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=7d02ffe87b401048fe10958cdc463f3bf7676ffd;p=emacs.git ; * lisp/international/mule.el (define-coding-system): Doc fix. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 8063ef68b7e..ddb2894daee 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -793,8 +793,9 @@ coding-system, to avoid infinite recursion. `:default-char' -VALUE must be a character. On encoding, a character not supported by -the coding system is replaced with VALUE. +VALUE must be a character. On encoding, characters that are not +supported by the coding system are each replaced with VALUE. If +not specified, the default is the space character #x20. `:for-unibyte'